statement handle meaning in English
陈述式控制代码
Examples
- A method to call when done with the statement handle
在语句句柄使用完毕时调用的方法 - The runtime then executes all finally or fault statements between the statement where the exception occurred and the statement handling the exception
然后运行库执行位于发生异常的语句与处理该异常的语句之间的所有finally语句或错误处理语句。 - In this way , the try statement generates the exception , the finally statement closes or deallocates resources , and the catch statement handles the exception from a central location
以这种方式, try语句生成异常, finally语句关闭或释放资源,而catch语句从中心位置处理异常。